From 022f0595fc253799c95b5b489cfac5662dc22005 Mon Sep 17 00:00:00 2001 From: NeuroDebian Team Date: Tue, 11 Jul 2017 01:00:59 +0100 Subject: [PATCH] up_network_seaborn Gbp-Pq: Name up_network_seaborn --- pandas/tests/test_downstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 61f0c992..b910c5ea 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -72,7 +72,7 @@ def test_scikit_learn(df): clf.fit(digits.data[:-1], digits.target[:-1]) clf.predict(digits.data[-1:]) - +@tm.network def test_seaborn(): seaborn = import_module('seaborn') -- 2.30.2